From 77aadeb3dbf5d22167e062935ca76ae75ee946d3 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 Aug 2005 23:24:21 +0000 Subject: [PATCH] Add cototest.style. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1342 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/reference/cototest.style | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 gpsbabel/reference/cototest.style diff --git a/gpsbabel/reference/cototest.style b/gpsbabel/reference/cototest.style new file mode 100644 index 000000000..6d167f630 --- /dev/null +++ b/gpsbabel/reference/cototest.style @@ -0,0 +1,33 @@ +# gpsbabel XCSV style file +# +# Format: Test-style for cotoGPS +# Author: Tobias Minich +# Date: 08/01/2005 +# +# + +DESCRIPTION Test-style for cotoGPS + +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE + + +# +# INDIVIDUAL DATA FIELDS: +# +IFIELD LAT_DECIMAL, "", "%f" +IFIELD LON_DECIMAL, "", "%f" +IFIELD ICON_DESCR, "", "%s" +IFIELD SHORTNAME, "", "%s" +IFIELD DESCRIPTION, "", "%s" +IFIELD NOTES, "", "%s" +IFIELD ALT_METERS, "", "%.0f" +IFIELD PATH_SPEED, "", "%10.1f" +IFIELD TIMET_TIME, "", "%ld" +IFIELD GPS_HDOP, "", "%10.1f" +IFIELD GPS_VDOP, "", "%10.1f" +IFIELD GPS_PDOP, "", "%10.1f" +IFIELD GPS_SAT, "", "%d" +IFIELD GPS_FIX, "", "%s" -- 2.30.2